Method FindById<TProps>(ITreeRedbObject<TProps>, long)
Find node by ID in typed tree.
public static ITreeRedbObject<TProps>? FindById<TProps>(this ITreeRedbObject<TProps> root, long id) where TProps : class, new()
Find node by ID in typed tree.
public static ITreeRedbObject<TProps>? FindById<TProps>(this ITreeRedbObject<TProps> root, long id) where TProps : class, new()